func go.pact.im/x/plumb/internal/emit.cleanupStmts

3 uses

	go.pact.im/x/plumb/internal/emit (current package)
		emit.go#L327: 	cs, errLocals := cleanupStmts(rev, alloc)
		emit.go#L353: 	cs, errLocals := cleanupStmts(rev, alloc)
		emit.go#L371: func cleanupStmts(rev []cleanupRef, alloc *allocator) (stmts, errLocals []string) {